home *** CD-ROM | disk | FTP | other *** search
-
- I have a problem linking a listview and text gadjet, which Pietro is
- aware of and looking into for me. So at the moment I have written a
- simple piece of code to replace the link.
-
- Basically what I want to do is display the slected item from the
- listview in a text gadget. It works fine only whenever I select the
- first item in the listview it will not display it. Every other item
- is diplay without a problem. The code is as follows......
-
- S_VCE$=Gui Read$(1,0)
- If Gui Read(1,0) the Gui Set 1,9,0,Varptr$(S_VCE$)
-
- To test the workings of this code I also added Gui Text 250,200,S_VCE$
- which also displays the selected item. This does display the first
- item in the listvew when selected.
-
- Any ideas what is going wrong?
-
-